home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global bVideoNormal
- if rollOver(24) then
- set the member of sprite 24 to member "BtMd_1_A/1" of castLib "elementos graficos"
- puppetSprite(24, 0)
- updateStage()
- if bVideoNormal then
- snapshot(12, 161, 369, 611)
- else
- snapshot(98, 270, 282, 502)
- end if
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(24, 1)
- if rollOver(24) then
- set the member of sprite 24 to member "BtMd_1_B/1" of castLib "elementos graficos"
- else
- set the member of sprite 24 to member "BtMd_1_A/1" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-